dbicList Send comments on this topic.
Sort(Int32[]) Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class > Sort Method : Sort(Int32[]) Method

arrayColumns
An array of zero-based integers, representing the columns to sort the items on.
Will sort the list based on the column(s) passed in the array parameter. The SortColumn Property will change to reflect the first column value entered here.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Sort( _
   ByVal arrayColumns() As Integer _
) As Boolean
C# 
public bool Sort( 
   int[] arrayColumns
)

Parameters

arrayColumns
An array of zero-based integers, representing the columns to sort the items on.

Return Value

Boolean value - True if sort completed, False if there is an error.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also